body { text-align: left; padding: 0; margin: 0; font-size: 14px; color: #333; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important; 
height: auto; background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; min-width: 1200px;}
div,p,li { word-break: break-all;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { padding: 0; margin: 0;}
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0;}
a,img,iframe { border: 0; padding: 0; margin: 0;max-width: 100%;}
i { font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal;}
ul,ol,li { list-style: none;}
caption { text-align: left;}
th { text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%;}
q:unknown { content: '';}
button,input,select,textarea { font-size: 100%;}
table { border-collapse: collapse; border-spacing: 0;}
.por { position: relative;}
.poa { position: absolute;}
input,textarea,select { font-family: inherit; font-size: 100%;}
a:link { color: #333; text-decoration: none;}
a:visited { color: #333; text-decoration: none; cursor: pointer;}
a:hover { color: #f4001b; text-decoration: none;}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #666;
}
textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #333;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #333;
}

.fl,.left { float: left;}
.fr,.right { float: right;}
.tac { text-align: center;}
.tar {text-align: right;}
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { *zoom: 1;}
.hidden { display: none;}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .w1400 {
    width: 1200px;
    max-width: 1200px;
  }
  .w1440 {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  }
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--banner大图基础样式****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus { outline: none;}
.slick-list.dragging { cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {display: block;}
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*   opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/*banner*/
#banner_main{position:relative; z-index:2;}
.banner{position: relative;width: 100%;min-width: 1000px; padding: 0px 0 44.59%; overflow:hidden; }
.banner .list{width: 100%;display:inline-block;}
.banner .list li{width: 100%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 1; overflow: hidden; background: #fff;}
.banner .list li a{width: 100%; display: block; height: 100%;}
.banner .imo{width: 100%; height: 100%; display: block; position: relative; left: 0; top: 0;transform: scale(1.02,1.02);
-webkit-animation-name: scaleDraw;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 20s;}
.banner .indexg2{width: 36%; display: block; position: absolute; left:13.5%; top:30%;}

.banner .slide_btn{position: absolute;bottom:46px;right:5.2%;height:24px;z-index:120;}
.banner .prev,
.banner .next{ position:absolute;width:57px; height:57px; z-index: 12; top:50%; margin-top:-35.5px; left:5%; cursor: pointer; transition: ease-in-out 0.2s; background-position:-0px -175px;}
.banner .next{ background-position:-73px -175px; left:auto; right:5%}
.banner .prev:hover{background-position:-0px -240px;}
.banner .next:hover{background-position:-73px -240px;}

.banner .sline{margin:0 40px;float:left;display:block;width:1px;height:22px;background:url("../images/pnLine.png") no-repeat center center;}
.banner .tip{position: absolute; width:84%; left:8%; bottom:2%; height:50px; z-index: 30; text-align:center;}
.banner .tip li{margin: 0 9px; width:12px; height:12px;  text-align: center; cursor: pointer; font-size: 0; font-weight: bold; overflow: hidden; display: inline-block; background-color:#fff; *display: inline; *zoom: 1; transition: ease-in-out 0.2s; border-radius:50px;}
.banner .tip li.cur{background:#f4001b; opacity:1;}
.banner .pbg1{position:absolute;bottom:0;left:0;width:885px;height:225px;background:url("../images/banner_bg1.png") no-repeat center center;z-index:4;background-size:cover;}
.banner .pbg2{position:absolute;bottom:0;right:0;width:1614px;height:330px;background:url("../images/banner_bg2.png") no-repeat center center;z-index:3;background-size:cover;}
.banner .v-txt{position:absolute;width:84%;top:30%; left:8%;text-align:left;z-index:14;}
.banner .v-txt .tit{font-size:70px;line-height:70px;margin-bottom:10px;color:#11c05d;letter-spacing:8px;}
.banner .v-txt .tit1{font-size:70px;line-height:70px;margin-bottom:20px;color:#11c05d;letter-spacing:8px;}
.banner .v-txt p{font-size:20px;line-height:20px;margin-bottom:10px;color:#11c05d;letter-spacing:8px;}
.banner .video-container{background-color:#fff;z-index:1;}
.banner .video-container #video{display:block;min-width:100%;min-height:100%;position:absolute;top:-0.5%;left:0%;z-index:12;}
.banner .list li .img{ display:block; position:absolute; left:14%; top:28%;width: 37%;}


.banner .opacity{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url("../images/tq_02.png") no-repeat center center;z-index:13;}
.banner .online{position:absolute;bottom:30%;left:50%;margin-left:-70px;display:block;width:140px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#fff;border:1px solid #fff;z-index:16;transition:all ease 0.36s;border-radius:5px;}
.banner .online:hover{text-indent:6px;color:#fff;border-color:#953034;background:#953034;transition:all ease 0.36s;box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);transition:all ease 0.36s;}

.ui-linebar{height:75px;background-color: #466ec1;opacity: 1;position: absolute;left: 50%;bottom: 0;width: 1px;margin-left: -.5px;z-index:10; display:none;}
.ui-linebar .ink{-webkit-animation: k-ink 2s linear -.5s infinite;animation: k-ink 2s linear -.5s infinite;background-color: #fff;position: absolute;left: 0; right: 0;top: 0; bottom: 0;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}
@-webkit-keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}
@keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}


.banner .list li .bnma {position: absolute;left: 7%;bottom: 20%;width: 27%;z-index: 999; margin: 0 110px; z-index:1;}
.banner .list li .bnma img{ display:block; width:100%;}
.imn{position:absolute; bottom:0; right:2%; width:100%; height:100%;z-index:1;}
.banner .list li .img2{ width:24%;display: block;position: absolute;right:18%;bottom: 26%;}
.banner .list li .icm{ width:100%; height:100%;}
.banner .list li.li3 .img2{right:21%;bottom: 22%; width:22%;}

@media (max-width: 1660px) {
.banner .list li .bnma {width:30%;bottom:20%;}
.banner .v-txt .tit{font-size:50px;line-height:50px;}
.banner .v-txt .tit1{font-size:50px;line-height:50px;}
.banner .v-txt p{font-size:20px;line-height:20px;}
.banner .v-txt { top: 36%;}

.banner .prev{  margin-left:-570px;}
.banner .next{  margin-left:-530px;}

}
@keyframes scaleDraw {

            0% {
  transform:scale(1.02);
}
25% {
  transform:scale(1.05);
  /*放大1.1倍*/
}
50% {
  transform:scale(1.02);
}
75% {
  transform:scale(1.05);
}
}


/*banner */
.index_main {
  
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 2500ms ease-in-out;
}
.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 44%;
  right: 10px;
  left:50%;
  opacity: 0;width:1440px; margin-left:-720px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;text-align:left;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 22px;
  color: #fff;
  text-align: left;
   font-weight: lighter; margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  text-align: left;
 
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 22px;
  text-align:left; font-weight: lighter;
  margin-top: 10px;
  
}
.index_main .section1 .slick_txt {
  width: 30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}
.index_main .section1 .left {
  left: 0;
}
.index_main .section1 .right {
  right: 0;
}
.index_main .section1 .slick_txt .slick_arrow {
  width: 77px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .slick_txt .prev {
  background-image: url("../images/ban_prev.png");
  left: 60px;
}
.index_main .section1 .slick_txt .next {
  background-image: url("../images/ban_next.png");
  right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
  transform: scale(1.1);
  left: 55px;
}
.index_main .section1 .slick_txt .next:hover {
  transform: scale(1.1);
  right: 55px;
}
.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  z-index: 10;
}
.index_main .section1 .line {
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
  margin-bottom: 19px;
  z-index: 9; display:none;
}
.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative; text-align:center;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right:10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease; font-size:0;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 0px;
}
.index_main .section1 .number span.active {
  width: 40px;
  height: 10px;
  margin-bottom: 0;
  background: #f4001b;
}
/*.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 70px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 10px;
}
.index_main .section1 .number span.active {
  width: 140px;
  height: 31px;
  border: 1px solid #fff;
  margin-bottom: 0;
  background: #091414;
}*/

.in_bl{ width:1400px; height:46px; position:absolute; left:50%; margin-left:-700px; bottom:0;z-index: 3;}
.in_bl .in_bz{ margin:0 auto;display: block;width: 80px; text-align:center;}
.in_bl .in_bz p{ font-size:16px; color:#f4001b; line-height:16px; padding-top:30px;}
.in_bl .in_bz i{ display:block; margin:0 auto; width:12px; height:18px;background: url(../images/j3_07.png) center center no-repeat; margin-top:10px;webkit-animation: bounce-down 2s linear infinite;animation: bounce-down 2s linear infinite;}
@keyframes bounce-down {
      25% {transform: translateY(-3px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(3px);}
      100% {transform: translateY(0);}
     }
.in_bl .in_by{font-size:24px; color:#f4001b; line-height:100px;background: url(../images/j3_04.png) left center no-repeat; padding-left:26px; position:absolute; right:26px; top:0;}
@media (max-width: 1660px) {
	.in_bl{ width:1200px;margin-left:-600px;}
}


.index_main .section2 {
  background: #f5f5f5;
}
.index_main .section2 h3 {
  text-align: center;
}
.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url("../image/3.jpg") no-repeat;
  background-size: 100% 100%;
}
.index_main .section3 h3 {
  text-align: center;
}
.index_main .section4 {
  background: #f5f5f5;
}
.index_main .section4 h3 {
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 30px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .index_main .section1 .index_banner .item {
    height: 100vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }
  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }
  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }
  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }
  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span {
    margin-right: 22px;
  }
  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}
.index {
  position: relative;
  overflow: hidden;
}
.header_main {
  position: fixed;
  top: 4%;
  left: 10%;
  width: 80%;
  height:90px;min-width: 1100px;
  transition: all 0.9s ease-out 0s; background-color: #fff;
  z-index: 100; border-bottom:rgba(0,0,0,0.1) solid 1px ;
}
.header_main .header {
  position: relative;
}
.header_main .webLogo {
  top:14px; position: relative; margin-left: 4vw; z-index: 3; float: left;
}
.header_main .webLogo img {
  display: block;
  height:64px;
  float: left;
}
.header_main .nav_main { position:relative; float: left;padding-left: 7%;
}
.nav_main .nav{ position:relative; display: inline-block;}
.header_main .nav_main .item {
  padding: 0 35px;
  float: left;
  height: 90px; position: relative;
  z-index: 12;
}
.header_main .nav_main .item a {
  display: block;
  height: 88px;
  font-size: 18px;
  line-height:88px;
  color: #333;
}
.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink { color: #f4001b;
 
}
.header_main .nav_main .item.hover .alink,
.header_main .nav_main .item:hover .alink {
  border-bottom: 2px solid #f4001b;
}
/*.header_main .nav_main .item.li2 .sub-box .a6,.header_main .nav_main .item.li2 .sub-box .a5,.header_main .nav_main .item.li2 .sub-box .a7{ display:none;}*/
/*.header_main .nav_main .item.li3 .sub-box .a3{ display:none;}
.header_main .nav_main .item.li3 .sub-box .sub{ display:none;}*/


.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  text-shadow: ;
}
.header_main .nav li .subnav .subA {
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  text-align: center;
}
.header_main .nav li .subnav .subA:hover {
  font-weight: bold;
  background: #3bb79b;
  color: #4872de;
  background: #ffbe8b;
  background: rgba(21, 21, 21, 0.8);
}
.header_main .nav .sub-box {
  width:100%;
  position: absolute;
  left:0;
  text-align: center;
  top: 90px;
  background: #fff;
  display: none; box-shadow:1px  3px 3px rgba(0,0,0,0.1);
}
.header_main .nav .sub-box .it{ width:100%;}
.header_main .nav .sub-box img{ display:block; float:right; width:40%; margin-top:20px; margin-right:20px;}
.header_main .nav .sub-box  .it .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px;
}
.header_main .nav .sub-box .it a {
  border-bottom: 1px solid #ddd;
  color: #333 !important; float:left;
  line-height: 40px !important;
  height: 40px !important;    width:100%;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
}
.header_main .nav .sub-box .it .sub {
    width: 50%;
    margin-top: 10px;
}
.header_main .nav .sub-box .it  .sub a{ border:none;font-size:12px; padding-right:35px;width:auto;line-height:30px !important;
height: 30px !important;}
.header_main .nav .sub-box .it a:hover {

  color: #f4001b !important; font-weight: bold;
}

.header_main .quick {
  padding-top:10px;
  margin-left: 26px; float:right;
}
.header_main .email { position: relative; margin-top:32px; margin-right: 4vw;z-index: 3; float: right;
}
.header_main .email a{ display: block; float: left; font-size: 18px; }


.header_main .email p{background: url(../images/t2_06.png) no-repeat left center; padding-left:60px; font-size:16px; color:#fff; line-height:24px;}
.header_main .email p span{ display:block;font-size:24px; line-height:26px; font-weight:bold;}
.header_main.xc .email p{background: url(../images/t2_07.png) no-repeat left center; color:#333;}

.header_main .email .searcher {
  float: left;
  width: 20px; padding-left: 36px;
}
.header_main .email .search_btn {
  background: url("../images/j3_03.png") no-repeat center center;
  float: left;
  display: block;
  width: 14px;
  height: 14px;margin-top: 4px;
  cursor: pointer;
}
.header_main.xc .email .search_btn {
  background: url("../images/j3_03.png") no-repeat center center;
}
.header_main .email .search_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header_main .email .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 80px;
  right: 50px;
  top: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  *background: #000;
}
.header_main .email .search_box {
  width: 280px;
  height: 40px;
  margin-top: 20px;
  margin-left: 40px;
  background: url("../images/search_main.png") no-repeat bottom center;
}
.header_main .email .search_box input {
  background-color: none;
  border: none;
}
.header_main .email .search_box .stxt {
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-indent: 10px;
  color: #fff;
  background-color: transparent;
  outline: none;
}
.header_main .email .search_box .sbtn {
  font-size: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  margin-top: 5px;
  outline: none;
  background: url("../images/searchico.png") no-repeat center center;
}
.header_main .quick .cte {
  position: relative;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}
.header_main .quick .cte .cvalue {
  padding-right: 12px;
  font-family: arial;
  font-size: 18px;
  color: #333;
}
.header_main .email .member {
  color: #fff;
  font-size: 20px;
  font-family: arial;
  font-weight: 400;
}
.header_main .email .member i {
  width: 25px;
  height: 26px;
  background-position: 0 -121px;
  margin-top: 7px;
}
.header_main .email .member:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header_main.xc {
  border-bottom: 1px solid #ddd;
  transition: all 0.9s ease-out 0s;
  position: fixed;
  left: 0;
  top: 0; width: 100%;
  background-color: #ffffff;
}
.header_main.xc .nav_main .item a {
  color: #333;
}
.header_main .tel_right {
  padding-top: 38px;
  float: right;
  margin-right: 2vw;
}
.header_main .tel_right .webTel {
  padding-left: 32px;
  font-family: arial;
  font-size: 26px;
  color: #fff;
  background: url("../images/telIco.png") no-repeat left center;
}
/*.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}*/
.header_main.xc .email .member {
  color: #333;
}
.header_main.xc .email .member i {
  background-position: -29px -121px;
}
/*.header_main.xc .email .search_btn {
  background: url("../images/searchico2.png") no-repeat center center;
}*/
.header_main.xc .tel_right .webTel {
  color: #f4001b;
  background: url("../images/telIco2.png") no-repeat left center;
}
.header_main .lag_sel_box {
  position: relative;
  line-height: 78px;
}
.header_main .lag_box {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -40px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #758190;
  font-size: 14px;
  line-height: 32px;
  padding: 10px 20px;
}
.header_main .lag_box::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 30%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.header_main .lag_box .item {
  cursor: pointer;
  padding-right: 25px;
  width: 30px;
  border-bottom: 1px solid #758190;
}
.header_main .lag_box .item:last-child {
  border-bottom: none;
}
.header_main .lag_box .item::hover {
  color: #004bc6;
}
.header_box .lag_sel_box .lag_box li.on {
  color: #004bc6;
}
.header_main .lag_box.on {
  top: 100px;
  display: block;
}
.modal {
  display: none;/* 默认隐藏 */
  position: fixed;/* 根据浏览器定位 */
  z-index: 666;/* 放在顶部 */
  left: 0;
  top: 0;
  width: 100%;/* 全宽 */
  height: 100%;/* 全高 */
  overflow: auto;/* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);/* 背景色 */
}


.mouse-ico { position: absolute; width:180px; height:44px; left: 50%; margin-left: -90px; bottom: 1%; z-index: 20; /*background:url(../images/a2_04.png) center center no-repeat;*/ }
.mouse-ico.xc{ display:none;}
.mouse-ico p{ font-size:14px; color:#fff; font-family:"Arial";}
.mouse-ico span { display:block; margin:0 auto;  width: 21px; height: 33px; background-position: 0 -129px;margin-top: 0px;
position: absolute;
left: 50%;
margin-left: -8px;}
.mouse-ico span.mouse { animation: mousemove 3s linear 1s infinite; }
.iconv {
    background: url(../images/iconv.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
@keyframes mousemove { 0% {
 transform: translateY(-5px);
}
 25% {
 transform: translateY(0px);
}
 50% {
 transform: translateY(5px);
}
 75% {
 transform: translateY(0px);
}
 100% {
 transform: translateY(-5px);
}
}








/*模态框内容*/
.modal-content {
  display: flex;/*采用flexbox布局*/
  flex-direction: column;/*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;/*距顶部15% 水平居中*/
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;/*自定义动画，从模态框内容上到下出现*/
}
@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*模态框头部*/
.modal-header {
  display: block;/*采用flexbox布局*/
  flex-direction: row;/*水平布局*/
  align-items: center;/*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}
/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}
.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;outline: none;
}
.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #f4001b;
  border: none;
  cursor: pointer;
}
@font-face {
  font-family: 'ck';
  src: url('../font/ck.ttf');
}
.floor_1_main{ width:100%;background: url(../images/t6_03.jpg) no-repeat top center; padding-bottom:90px; padding-top:30px;}
.floor_1_0{ width:100%; padding-top:80px; text-align:center;}
.floor_1_0 h3{font-family: 'ck'; font-size:48px; color:#f4001b; line-height:48px;}
.floor_1_0 p{ font-size:16px; color:#666; line-height:16px; text-transform:uppercase;}

.floor_index{ width:100%; overflow:hidden;}

@media (max-width: 1660px) {
.floor_1_0 h3{font-size:40px; line-height:40px;}
.w1400 { width: 1200px; max-width: 1200px;}
}

.floor_1_1{ width:100%; margin-top:30px; position:relative;}
.floor_1_1 .parHd{ position:absolute; right:0; top:-80px}
.floor_1_1 .parHd ul{ display:inline-block;}
.floor_1_1 .parHd ul li{ margin-left:20px; height:50px; position:relative;background: url(../images/t8_04.png); float:left;}
.floor_1_1 .parHd ul li::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_1_1 .parHd ul li::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;
}
.floor_1_1 .parHd ul li a{display: block; font-size:22px; color:#333; line-height:46px; padding:0 16px;}
.floor_1_1 .parHd ul li.on a{ color:#f4001b; }

.floor_1_1 .parBd{ width:100%;}
.floor_1_1 .parBd .slideBox{ width:100%; position:relative;}
.floor_1_1 .parBd .slideBox .sPrev{ display:block; width:30px; height:53px; background-position:-50px -325px; position:absolute; left:-70px; top:50%; margin-top:-26px;}
.floor_1_1 .parBd .slideBox .sNext{ display:block; width:30px; height:53px; background-position:-92px -325px; position:absolute; right:-70px; top:50%; margin-top:-26px;}
.floor_1_1 .parBd ul{ display:inline-block; width:100%;}
.floor_1_1 .parBd ul li{ width:32%; float:left; overflow:hidden; margin-top:2%; margin-right:2%; position:relative; float:left; overflow:hidden;}
.floor_1_1 .parBd ul li img{ display:block; width:100%;transition: all ease 0.36s;}
.floor_1_1 .parBd ul li h3{ background:rgba(0, 0, 0, 0.5); width:100%; height:60px; font-size:20px; color:#fff; line-height:60px; text-align:center; position:absolute; left:0; bottom:0;}
.floor_1_1 .parBd ul li:nth-child(3n){ margin-right:0;}
.floor_1_1 .parBd ul li.item3,.floor_1_1 .parBd ul li.item6,.floor_1_1 .parBd ul li.item9,.floor_1_1 .parBd ul li.item12,.floor_1_1 .parBd ul li.item15,.floor_1_1 .parBd ul li.item18,.floor_1_1 .parBd ul li.item21,.floor_1_1 .parBd ul li.item24{ margin-right:0;}
.floor_1_1 .parBd ul li:hover{  }
.floor_1_1 .parBd ul li:hover img { transform: scale(1.03); transition: all ease 0.36s; }
@media (max-width: 1660px) {

.floor_1_1 .parBd .slideBox .sPrev{left:-50px;}
.floor_1_1 .parBd .slideBox .sNext{right:-50px;}


}


.floor_1_00{ display:inline-block; width:100%; padding-top:90px;}
.floor_1_00 h3{}
.floor_1_00 h3 i{ display:block; float:left;font-size:24px; color:#000; line-height:24px; padding:0 8px; padding-top:25px;}
.floor_1_00 h3 p{  font-size:40px; color:#333; line-height:40px; padding-top:16px; font-weight: bold;}
.floor_1_00 h3 span{ display:block;font-size:30px; color:#999; line-height:34px; text-transform: uppercase;}
.floor_1_00 .a1{ display:block; position:relative; position:relative; line-height:30px; font-size: 16px; color: #666;}


.floor_1_00 .x{ display:block;font-size:18px; color:#666; line-height:30px; width:660px; float:right; padding-top:20px;}
.floor_1_00 .a1{ float:right; display:block; width:180px; height:50px;background:#fff; text-align:center; line-height:50px;  font-size:18px; color:#666; transition: all ease 0.36s; border-radius:50px;}
.floor_1_00 .a1:hover{background:#00904a; color:#fff;}
.floor_1_00 .a1 p{ display:inline-block;}
.floor_1_00 .a1 p span{ float:left; display:block;}
.floor_1_00 .a1 p i{ display:block; width:16px; height:16px; background-position:0px -358px; float:left; margin-top:17px; margin-left:12px;}
.floor_1_00 .a1:hover i{ background-position:0px -378px;}
.floor_1_main .floor_1_00 h3 span { color: #fff;}
.floor_1_main .floor_1_00 h3 i{ color: #fff;}
.floor_1_main .floor_1_00 h3 p{ color: #fff;}



.floor_2_main { width:100%; position:relative;background: url(../images/t6_02.jpg) center center; padding-bottom:70px;}
.floor_2_1{ width:100%; position:relative; display:inline-block;}
.floor_2_11{width:45%; float:left; position:relative;}
.floor_2_11 .a1{ display:block; line-height:30px; font-size: 16px; color: #666; padding-top:34px;}
.floor_2_11 .d{ width: 100%;}
.floor_2_11 .d a {
  display: block; width: 180px; line-height: 50px;height: 50px; text-align: center;  border-radius:50px;
  font-size: 18px; color: #fff; margin-top:40px; background-color: #f4001b;}
.floor_2_11 .d a p{ display: inline-block; }
.floor_2_11 .d a p span{ display: block; float: left; }
.floor_2_11 .d a i { width: 16px; height: 16px; transition: all ease 0.36s; background-position: -2px -1px;float: left; margin-left: 12px;margin-top: 18px;}
.floor_2_11 .d a:hover{ background-color:#cc0218; transition: all ease 0.36s; }

.floor_2_12{ width:48.2%; float:right; margin-top:90px; position:relative;}
.floor_2_12 .img1{ display:block; width: 99%;}
.floor_2_12 .floor_2_121{ position:absolute; left:0; bottom:20px; height:50px; width:100%;}
.floor_2_12 .floor_2_121 .bofang { float:left; display:inline-block; margin-left:28px; cursor:pointer; }
.floor_2_12 .floor_2_121 .bofang i{ display:block; width:50px; height:50px;background: url(../images/t4_03.png) no-repeat center center; float:left; }
.floor_2_12 .floor_2_121 .bofang span{ display:block; font-size:24px; color:#feeed9; line-height:50px; font-weight:bold; padding-left:10px; float:left;}
.floor_2_12 .floor_2_121 .bodh{ float:right; font-size:24px; color:#fff; line-height:50px; font-weight:bold; margin-right:30px;}
.floor_2_12 .floor_2_121 .bodh span{ display:inline-block;color:#feeed9;}

@media (max-width: 1660px) {
.floor_1_00 h3 p{font-size:36px;line-height:36px; padding-top:14px;}
.floor_1_00 h3 span{ font-size:28px;line-height:28px;}
.floor_2_11 .a1 {
    line-height: 24px;
    font-size: 14px;
    padding-top: 28px;
}
}


.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:668px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; border-radius: 15px; }
.weui_dialog_ft { position: absolute; right: -18px;top: -22px; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); width:50px; height:50px; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out;}
.weui_dialog .in_title{ width:100%;}
.weui_dialog .in_title img{ margin:0 auto; width:200px; height:200px; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);}

 @keyframes scaleDran {

0% {
	transform:scale(1);
}
25% {
	transform:scale(1.15);
	/*放大1.1倍*/
}
50% {
	transform:scale(1);
}
75% {
	transform:scale(1.15);
}
}
@media (max-width: 1660px) {

}


.floor_3_main { width:100%; position:relative;}
.floor_3_1{ width:100%; position:relative; display:inline-block;}
.floor_3_1 .parHd{ position:absolute; right:0; top: -50px;}
.floor_3_1 .parHd ul{ display:inline-block;}
.floor_3_1 .parHd ul li{ margin-left:20px; height:50px; position:relative;background: url(../images/t8_04.png); float:left;}
.floor_3_1 .parHd ul li::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_3_1 .parHd ul li::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;
}
.floor_3_1 .parHd ul li a{display: block; font-size:22px; color:#333; line-height:46px; padding:0 16px;}
.floor_3_1 .parHd ul li.on a{ color:#f4001b; }

.floor_3_1 .parBd{ width:100%;}
.floor_3_1 .parBd ul{ display:inline-block; width:100%;} 
.floor_3_1 .parBd ul li{ width:434px; float:left; margin-right:48px; padding-top:45px;transition: all ease 0.36s;}
.floor_3_1 .parBd ul li:hover { transform: translateY(-5px); transition: all ease 0.36s;}
.floor_3_1 .parBd ul li .m{ display:block; width:100%; overflow:hidden;}
.floor_3_1 .parBd ul li .m img{ display:block; width:100%;}
.floor_3_1 .parBd ul li .i{ width:88%; padding:6%; overflow:hidden; background-color:#f2f2f2;}
.floor_3_1 .parBd ul li .i em{ display:block;font-size:18px; color:#999; line-height:18px; font-family:"Arial"; }
.floor_3_1 .parBd ul li .i h3{ font-size:22px; color:#23333b; line-height:22px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; word-break: break-all; margin-top:22px;}
.floor_3_1 .parBd ul li .i i{ display:block; font-size:14px; color:#999; line-height:24px; text-overflow: -o-ellipsis-lastline;
 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top:14px;}
.floor_3_1 .parBd ul li .i p{display:inline-block;padding-top:24px;}
.floor_3_1 .parBd ul li .i p span{ display:block; font-size:16px; line-height:16px; color:#151527; padding-right:8px; float:left;}
.floor_3_1 .parBd ul li .i p b{ display:block; float:left; width:20px; height:7px; background-position:0px -457px; margin-top:6px;}
.floor_3_1 .parBd ul li:hover .i h3{ color: #fff;}
.floor_3_1 .parBd ul li:hover img { transform: scale(1.03); transition: all ease 0.36s; }
.floor_3_1 .parBd ul li:hover .i{ background-color:#d72700;}
.floor_3_1 .parBd ul li:hover em{ color:#fff;}
.floor_3_1 .parBd ul li:hover .i p span{ color:#fff;}
.floor_3_1 .parBd ul li:hover .i i{ color:#fff;}
.floor_3_1 .parBd ul li:hover .i p b{background-position:0px -468px;}
.floor_3_1 .genduo{ text-align:center; padding-top:46px;}
.floor_3_1 .genduo a{ display:inline-block; height:50px; position:relative;background: url(../images/t8_04.png); padding:0 80px;transition: all ease 0.36s;}
.floor_3_1 .genduo a::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_3_1 .genduo a::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;
}
.floor_3_1 .genduo a p{display: inline-block; font-size:18px; color:#333; line-height:46px;}
.floor_3_1 .genduo a p span{ float:left; font-size:18px; color:#333; line-height:46px;}
.floor_3_1 .genduo a:hover p span{ color:#f4001b; }
.floor_3_1 .genduo a p i{ display:block; float:left; width:12px; height:11px; background-position:0px -421px; float:left; margin-left:10px; margin-top:18px;}
.floor_3_1 .genduo a:hover p i{background-position:0px -437px;}
.floor_3_1 .genduo a:hover{ padding:0 90px;transition: all ease 0.36s;}



@media (max-width: 1660px) {
	.floor_3_1 .parBd ul li{ width:376px; float:left; margin-right:38px;}
	.floor_3_1 .parBd ul li .i h3 { font-size: 20px;}
	.floor_3_1 .parBd ul li .i i { font-size: 14px;}



	.floor_2_1 dl dd p span{ font-size:54px; line-height:50px;}
.floor_2_1 dl dd p i{ font-size:46px; line-height:46px;} 
.floor_2_1 dl dd p b{ font-size:20px; line-height:20px;    padding-top: 2px; }
.floor_2_1 dl dd em{ font-size:16px; }


	.floor_1_00 .a1{ width:170px; height:44px;line-height:44px;  font-size:16px;}
.floor_1_00 .a1 p i{ margin-top:14px;}

}


.floor_4_main { width:100%; position:relative;background: url(../images/t14_02.jpg) no-repeat top center; height:341px; margin-top:100px;}
.floor_4_1{ width:100%; padding-top:14%;}
.floor_4_1 .form{ width:100%; display:inline-block;}
.floor_4_1 .form .item_top{ width:80%; float:left;} 
.floor_4_1 .form .item_top .item{ float:left; width:26%; margin-right:4%; position:relative;background: url(../images/t8_04.png); height:50px;}
.floor_4_1 .form .item_top .item .txt{ width:94%; border:none; height:46px; line-height:46px; margin:0 auto;
background-color:transparent;outline: none; display:block;}
.floor_4_1 .form .item_top .item::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_4_1 .form .item_top .item::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;}
.floor_4_1 .form .item_top .item .n-top{ position:absolute; left:0; top:7px;}
.floor_4_1 .form .item_top .item .red{ color:#F00; position:absolute; right:4px; top:20px;}

.floor_4_1 .form .item_top .item.dz{ width:36%;}
.floor_4_1 .form .bot{ width:20%; float:right;  position:relative;background: url(../images/t8_04.png); height:50px;}
.floor_4_1 .form .bot::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_4_1 .form .bot::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;}
.floor_4_1 .form .bot .btn{ display:block; width:100%; height:46px;line-height:46px; margin:0 auto;
background-color:transparent;outline: none; border:none; font-size:14px; color:#333; cursor:pointer;}
.floor_4_1 .form .bot .btn:hover{ color:#f4001b;}


@media (max-width: 1660px) {
.floor_1_00 .x{ float:right;}
.floor_1_00 .x a{ float:left; font-size:20px; line-height:50px; margin-left:80px; position:relative;}
.floor_1_00 .x a i{ display:block; width:0; height:3px; position:absolute; left:0; bottom:-11px; background-color:#f4001b;transition: all ease 0.36s;}
.floor_1_00 .x a:hover i{ width:100%;transition: all ease 0.36s;}
.floor_1_00 .x a.aa1{color:#f4001b;}
.floor_1_00 .x a.aa1 i{ width:100%;}
.floor_4_1{ padding-top:16%;}
}

.floor_6_main {width: 100%;position: relative;background: url(../images/t6_02.jpg) center center;padding-bottom: 70px;}
.floor_6_1{ width:100%; margin-top:45px; position:relative; display:inline-block;}
.floor_6_1 .parHd{ position:absolute; right:0; top: -96px;}
.floor_6_1 .parHd ul{ display:inline-block;}
.floor_6_1 .parHd ul li{ margin-left:20px; height:50px; position:relative;background: url(../images/t8_04.png); float:left;}
.floor_6_1 .parHd ul li::before{ background: url(../images/t8_03.png) center center no-repeat; position: absolute; top:0; left: -4px; width:9px; content: ''; height:50px; z-index: 2; display: block; background-size: 100%;}
.floor_6_1 .parHd ul li::after{ background: url(../images/t8_06.png) center center no-repeat;position: absolute; top:0; right: -4px; width:9px; content: ''; height:50px; z-index: 1; display: block; background-size: 100%;
}
.floor_6_1 .parHd ul li a{display: block; font-size:22px; color:#333; line-height:46px; padding:0 16px;}
.floor_6_1 .parHd ul li.on a{ color:#f4001b; }

.floor_6_1 .parBd{ width:100%;}
.floor_6_1 .parBd .slideBox{ width:100%; position:relative; height:592px;}
.floor_6_1 .parBd .slideBox .jd{ width:75.2%; float:right;}
.floor_6_1 .parBd .slideBox .jd ul{ width:100%;}
.floor_6_1 .parBd .slideBox .jd ul li{ width:100%; position:relative; overflow:hidden;}
.floor_6_1 .parBd .slideBox .jd ul li img{ display:block; width:100%; transition: all ease 0.36s;}
.floor_6_1 .parBd .slideBox .jd ul li h3{ background:rgba(0, 0, 0, 0.5); width:95%; height:60px; font-size:20px; color:#fff; line-height:60px; text-align:left; position:absolute; left:0%; bottom:0; padding-left:5%;}
.floor_6_1 .parBd .slideBox .jd ul li:nth-child(3n){ margin-right:0;}
.floor_6_1 .parBd .slideBox .jd ul li:hover{  }
.floor_6_1 .parBd .slideBox .jd ul li:hover img { transform: scale(1.03); transition: all ease 0.36s; }

.floor_6_1 .parBd .slideBox .fd{ width:21.5%; position:absolute; left:0; bottom:17%;}
.floor_6_1 .parBd .slideBox .fd ul{ width:100%;}
.floor_6_1 .parBd .slideBox .fd ul li{ width:142px; height:80px; float:left; margin-top:15px; margin-right:15px;}
.floor_6_1 .parBd .slideBox .fd ul li img{ width:100%; display:block;}
.floor_6_1 .parBd .slideBox .fd ul li.li2,.floor_6_1 .parBd .slideBox .fd ul li.li4,.floor_6_1 .parBd .slideBox .fd ul li.li6{ margin-right:0;}
.floor_6_1 .parBd .slideBox .fd ul li.on{ border:#d63f1f solid 1px;width:140px; height:78px;}
.floor_6_1 .parBd .slideBox .fd ul li.on img{ border:#fff0dd solid 1px; width:138px; height:76px;}
.floor_6_1 .genduo{ width:151px; height:50px; position:absolute; left:0; bottom:0;}
.floor_6_1 .genduo a{ display:block; width:151px; height:50px;background: url(../images/t11_03.png) center center no-repeat; text-align:center; transition: all ease 0.36s;}
.floor_6_1 .genduo a p{ display:inline-block;}
.floor_6_1 .genduo a p span{ display:block; float:left; font-size:16px; color:#000; line-height:47px;}
.floor_6_1 .genduo a p i{ display:block; float:left; width:12px; height:11px; background-position:0px -421px; float:left; margin-left:10px; margin-top:18px;}
.floor_6_1 .genduo a:hover p i{background-position:0px -437px;}
.floor_6_1 .genduo a:hover p span{ color:#f4001b;}
.floor_6_1 .genduo a:hover{ transform: translateY(-5px); transition: all ease 0.36s;}
@media (max-width: 1660px) {
.floor_6_1 .parBd .slideBox .fd ul li { width: 120px; height: 67px;}
.floor_6_1 .parBd .slideBox .fd ul li.on{ width:118px; height:65px;}
.floor_6_1 .parBd .slideBox .fd ul li.on img{ width:116px; height:63px;}
.floor_6_1 .parBd .slideBox { height: 508px;}
}

.floor_7_main{ width:100%;background: url(../images/t10_02.jpg) no-repeat top center; padding-bottom:70px; padding-top:40px;}
.floor_7_main .floor_1_0 h3 { color: #fff0dd;}
.floor_7_1{ width:100%; padding-top:12px;}
.floor_7_1 ul{ display:inline-block; width:100%;}
.floor_7_1 ul li{ width:20%; float:left; text-align:center; margin-top:50px; transition: all ease 0.36s;}
.floor_7_1 ul li img{ display:block; width:45.5%; margin:0 auto;}
.floor_7_1 ul li h3{ font-size:24px; color:#fff0dd; line-height:24px; font-weight:bold;text-shadow:rgba(90, 0, 0, 0.5) 1px 0px 2px; padding-top:14px;}
.floor_7_1 ul li p{ font-size:18px; color:#fff0dd; line-height:24px; padding-top:12px;}
.floor_7_1 ul li:hover{ transform: translateY(-5px); transition: all ease 0.36s;}

.icon2 {
  background-image: url("../images/icon2.png");
  display: inline-block;
  vertical-align: middle;
}
.index_t { padding-top:90px; display: inline-block; width: 100%;}
.index_t .left { font-size: 15px;}
.index_t .left h3 { float: left; display: block; font-size: 50px; line-height: 50px; font-weight: bold;}
.index_t .left p {
  float: left; display: block;font-size: 16px; padding-top: 12px;
  line-height: 16px; letter-spacing: 2px;  color: #999;  text-transform: uppercase;}
.index_t .left .subtit {
  float: left; display: block; padding-top: 24px; margin-left: 5px; font-size: 16px; line-height: 20px;  color: #999;}
.index_t .right a {
  display: block; width: 180px; line-height: 50px;height: 50px; text-align: center;  border-radius:50px;
  font-size: 18px; color: #fff; margin-top: 26px; background-color: #f4001b;}
  .index_t .right a p{ display: inline-block; }
    .index_t .right a p span{ display: block; float: left; }
.index_t .right a i { width: 16px; height: 16px; transition: all ease 0.36s; background-position: -2px -1px;float: left; margin-left: 12px;margin-top: 18px;}
.index_t .right a:hover{ background-color:#cc0218; transition: all ease 0.36s; }
.index_1 {
  height: 756px; margin: 0 auto; position: relative; z-index: 2;
  background: url(../images/bg.jpg)no-repeat center center;/* background: #cfcfcf url(../../img/index1/bg.jpg)no-repeat center center; */ /* background-size: cover; */}
.index_1_body { width: 100%; display: inline-block; position: relative; margin-top: 56px;}
.index_1_body .left_1 {  float: left; width: 50%;  position: relative;}
.index_1_body .left_1 i {  display: block; width: 100%; background-color: #f4001b; height: 400px; margin-right: 10px; border-radius: 0px; margin-top: 10px;}
.index_1_body .left_1 img {  display: block; width: 100%; position: absolute; left: 10px; top: 0; border-radius: 0px;}
.index_1_body .right_1 b {
  display: block; display: block;  width: 38%;
  background: url(../images/产品.png) no-repeat center center; height: 100%;  position: absolute; right:40px; bottom: -28%; background-size: 100%;}

.index_1_body .right_1 { float: right; width: 46%;}

.index_1_body .right_1 p { font-size: 18px;line-height: 36px;}


@media (max-width: 1660px) {
.index_t .left h3 { font-size: 40px;line-height: 40px;}
.index_t .right a { width: 140px; line-height: 40px;height: 40px; font-size: 16px;}
.index_t .right a i { margin-left: 10px;  margin-top: 12px;}
.index_1_body .left_1 i { height: 340px;}
.index_1_body .right_1 p {
    font-size: 16px;
    line-height: 30px;
}
.index_t { padding-top:80px; }
.index_1 { height: 660px;}
.index_t .left p { font-size: 14px;}
}



.index_2 {
  width: 100%;
  height: 610px;
}

.index_2 .index_t{ border-bottom: #c8c8c8 solid 1px; padding-bottom: 40px; }

/* index_2copy */
.index .indexTit {
  text-align: left;
  margin: 0 auto;
  padding-top: 74px;
}

.index_t .left_1 {
  font-size: 15px;
}

.index_t .left_1 h3 {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}

.index_t .left_1 h4 {
  float: left;
  display: block;
  padding-top: 10px;
  margin-left: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #626262;
  text-transform: uppercase;
}


.index_t .left_1 h4 span{ display: block; }


.index_2_body {
  position: relative;

}

.index_2_body .parHd {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -82px;
}

.index_2_body .parHd ul {
  display: inline-block;
}

.index_2_body .parHd ul li {
  display: block;
  width: 146px;
  height: 36px;
  border: 1px solid rgb(221, 221, 221);
  text-align: center;
  line-height: 36px;
  float: left;
  margin-left: 10px;
}

.index_2_body .parHd ul li.more {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(221, 221, 221);
  text-align: center;
  line-height: 36px;
  float: left;
  margin-left: 10px;
}

.index_2_body .parHd ul li.on {
  background-color: #f4001b;
}

.index_2_body .parHd ul li.on a {
  font-size: 18px;
  color: #fff;
  display: block;
}

.index_2_body .parHd ul li a {
  font-size: 18px;
  color: #000;
  display: block;
}

.index_2_body .parBd {
  width: 100%; 
}

.index_2_body .parBd li {
  float: left;
}

.index_2_body .parBd .slideBox {
  display: inline-block;
  width: 100%;
  position: relative;
}
.index_2_body .parBd .slideBox .slide{ overflow: hidden; width: 100%; }

.index_2_body .parBd .slideBox .sPrev {
  width: 46px;
  height: 46px;
  background-color: #768294;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -70px;
  top: 50%; margin-top: -23px;
}

.index_2_body .parBd .slideBox .sPrev span {
  display: block;
  width: 10px;
  height: 18px;
  background-position: -15px -163px;
  margin: 0 auto;
  margin-top: 14px;
}

.index_2_body .parBd .slideBox .sNext {
  width: 46px;
  height: 46px;
  background-color: #768294;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: -70px;
  top: 50%; margin-top: -23px;
}

.index_2_body .parBd .slideBox .sNext span {
  display: block;
  width: 10px;
  height: 18px;
  background-position: -0px -163px;
  margin: 0 auto;
  margin-top: 14px;
}

.index_2_body .parBd .slideBox .tempWrap {
  overflow: hidden;
  position: relative;
  width: 1422px
}

.index_2_body .parBd .slideBox ul {
  display: inline-block;
  width: 4575px;
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.index_2_body .parBd .slideBox ul li {
  display: block;
  width: 442px;
  height: 350px;
  text-align: center;
  background-color: #fff;
  border: #f8f8f8 solid 1px;box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  margin-right: 33px; margin-top:60px; margin-bottom: 20px;transition: all .36s ease;
  float: left;
}

.index_2_body .parBd .slideBox ul li b {
  display: block;
  width:100%;
  height: 250px;
  margin: 0 auto;transition: all .36s ease;
  overflow: hidden; position: relative;
}
.index_2_body .parBd .slideBox ul li:hover{height: 380px;margin-top: 30px;transition: all .36s ease;}
.index_2_body .parBd .slideBox ul li:hover b{ height: 280px;transition: all .36s ease; }

.index_2_body .parBd .slideBox ul li b img {
  display: block; position: absolute; left: 0; top: 0;
  width:100%;
  transition: all .36s ease;transform: translateY(-40px);
}
.index_2_body .parBd .slideBox ul li:hover img {
 transition: all .36s ease;
}
.index_2_body .parBd .slideBox ul li .txt {
  padding: 30px 35px 10px;
  text-align: left; display: inline-block;
width: 84%;
}

.index_2_body .parBd .slideBox ul li h3 {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 10px;
}

.index_2_body .parBd .slideBox ul li p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.index_2_body .parBd .slideBox ul li .txt a{ float: left; }

.index_2_body .parBd .slideBox ul li .txt .more {
  display: block; float: right;
  width: 120px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #b5b5b5;
  border-radius: 24px;
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 4px;
}

.index_2_body .parBd .slideBox ul li:hover {
  box-shadow:
    -6px 0px 6px 0px #f4f4f4,
    6px 0px 6px 0px #f4f4f4,
    0px 5px 19px 0px #f4f4f4;
}



.index_2_body .parBd .slideBox ul li:hover .more {
  display: block;
  width: 120px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #f4001b;
  border-radius: 24px;
  font-size: 14px;
  color: #f4001b;
  margin-top: 4px;
}

.index_2_body .parBd .slideBox ul li:hover h3 {
  color: #f4001b;
  font-size: 26px;
  font-weight: 500;
}




.index_3 { 
  height: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: url(../images/index_3bg.jpg) no-repeat center center;margin-top: 80px;
}
.index_3 .index_t {
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 40px;
}

.index_3 .index_t .right a{ margin-top: 0; }
/*  */
.index_3_body{ position: relative; margin-top: 46px; }
.index_3_body .outBox {
  width:100%;
  text-align: left;
}

.index_3_body .outBox .hd { height: 26px; line-height: 26px; position: absolute; left: 0; top: 0; width: 60%; z-index: 55;}
.index_3_body .outBox .hd ul {display: inline-block;}
.index_3_body .outBox .hd ul li { float: left; padding-right: 94px; cursor: pointer; font-size: 26px; height: 26px; font-weight:0;}
.index_3_body .outBox .hd ul li.on {
  font-size: 26px; height: 26px; color: #f4001b;
  font-weight: 700; background: url(../images/j1_03.png) left center no-repeat; padding-left: 34px; color: #f4001b;}
.index_3_body .outBox .hd ul li.on a{ color: #f4001b;
}
  

.index_3_body .inBox {

}

/* shan */
.index_3_body .inBox .inHd {
  /* height: 500px; */
  float: left;
  width: 46%;
  line-height: 24px;
  margin-top: 60px;

}

.index_3_body .inBox .inHd ul {
  overflow: hidden;
  zoom: 1;
}

.index_3_body .inBox .inHd ul li {
  height: 80px;
  width:100%;
  text-align: left;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  line-height: 20px;
  /* float: left; */transition: all .36s ease;
  cursor: pointer; border-bottom:#bebebf solid 1px;
}

.index_3_body .inBox .inHd ul li span {
  font-size: 18px;
  font-weight: bold;
}

.index_3_body .inBox .inHd ul li p {
  font-size: 14px;
  color: #6a6a6a;
}

.index_3_body .inBox .inHd ul li.on {
  /* background: #ccc; */
  background: url(../images/bg.png) left center no-repeat;
  color: #fff;border-bottom:none;
}

.index_3_body .inBox .inHd ul li.on p {
  color: #fff;
}

.index_3_body .inBox .inBd {
  float: right;
  width: 49%;
}

.index_3_body .inBox .inBd ul {
  zoom: 1;
  overflow: hidden;
}

.index_3_body .inBox .inBd ul .img {
  float: right;
}

.index_3_body .inBox .inBd ul img {
  display: block;
  width: 100%;
  position: relative;
  transition: all .36s ease;
}

.index_3_body .inBox .inBd li {
  line-height: 24px;
  overflow: hidden; position: relative; width: 100%;
  zoom: 1;
}

.index_3_body .inBox .inBd li .date {
  background: url(../images/yinying.png) top;
  position: absolute;
  font-size: 18px;
  width:90%; padding: 5%;
  line-height: 24px;
  bottom: 0px;
  padding-top: 56px;
  float: right;

  color: rgb(255, 255, 255);

}

.index_4 { width: 100%; position: relative;}
.index_4_body {  width: 100%; display: inline-block; position: relative; margin-top: 50px;}
.index_4_body .left_4 {float: left; width: 50%; position: relative;}
.index_4_body .left_4 img { display: block; width: 100%; position: relative; left: 0px; top: 0; border-radius: 0px;}
.index_4 .index_t .right a {margin-top: 0;}
.index_4 .index_t { border-bottom: #c8c8c8 solid 1px; padding-bottom: 40px;}
.left_4 .index_4_more {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f4001b;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.left_4 .index_4_more:hover {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #e94a5c;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.index_4_body .right_4 {
  float: right;
  width: 45%;
}

.index_4_body .right_4 p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

/* tab切换 */
.index_4_body .slideTxtBox {
  width: 100%;
  text-align: left;
}

.index_4_body .slideTxtBox .hd {
  height: 60px;
  line-height: 60px;
  margin: 70px 0 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.index_4_body .slideTxtBox .hd ul { width: 100%; display: inline-block;
}

.index_4_body .slideTxtBox .hd ul li {
  float: left;
  font-size: 26px;
  line-height: 26px; padding-right: 80px;
  cursor: pointer;
  font-weight: 400;
}

.index_4_body .slideTxtBox .hd ul li.on {
  height: 30px;
  font-size: 26px;
  line-height: 26px;
  color: #f4001b;
  font-weight: bold;background: url(../images/j1_03.png) left center no-repeat;
padding-left: 34px;
}

.index_4_body .slideTxtBox .bd ul {
  padding: 15px 0;
  zoom: 1; display: inline-block; width: 100%;
}

.index_4_body .slideTxtBox .bd li {
  float: left;width: 33.3%;
  height: 36px;
  line-height: 18px;
}

.index_4_body .slideTxtBox .bd i {
  display: block;
  width: 6px;
  height: 6px;
  line-height: 24px;
  background-color: #f4001b;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}

.index_4_body .slideTxtBox .bd li .date {
  width:100%;
  margin: 12px 0;display: block;
  color: #666;
}
.index_4_body .slideTxtBox .bd li:hover span{color:#e94a5c; }

.xin_t2 { margin-top: 60px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  background: url(../images/index_5bg.jpg) center center no-repeat;
}
.xin_t2 .index_t .right a {
  margin-top: 0;
}
.xin_t2 .index_t {
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 40px;
}


.xin_t2_1 {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;width:100%;
margin: 0 auto; margin-top:50px;
}
.xin_t2_1 .item {width:13vw;height: 23vw;overflow:hidden;text-align:left;
transition:all .4s, -webkit-transform .4s;
transition:all .4s, transform .4s;
transition:all .4s, transform .4s, -webkit-transform .4s;cursor:pointer;background-position:50%;background-size:cover}
.xin_t2_1 .item .bg {height:100%;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  color:#fff;
  position:relative
}
.xin_t2_1 .item .bg .title h3{font-size:24px;text-shadow: 0px 1px 1px #000;}
.xin_t2_1 .item .bg .title i{ display: block; width: 34px; height: 34px; background-position: -37px -85px; margin-top: 28px; }
.xin_t2_1 .item .bg .des { opacity: 0;}
.xin_t2_1 .item.on {width:46.5%}
.xin_t2_1 .item.on .bg .des {opacity: 1;}
.xin_t2_1 .item .bg .des h3{font-size:30px;text-shadow: 0px 1px 1px #000;}
.xin_t2_1 .item .bg .des i{ display: block; width: 34px; height: 34px; background-position: -0px -85px; margin-top: 38px; }
.xin_t2_1 .item .bg .des p{ font-size: 14px; color: #fff; line-height: 24px; padding-top: 18px; width: 80%; text-shadow: 0px 1px 1px #000;}
.xin_t2_1 .item .inner{ padding-top:56px; padding-left: 32px;}
.xin_t2_1 .item.on .title { display: none; }
.xin_t2_1 .item.on .inner{position: relative;z-index: 2;}


.index_6 .index_t .right a {
  margin-top: 0;
}
.index_6 .index_t {
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 40px;
}
.index_news {
  margin-top:50px;
  padding-bottom: 80px;
  position: relative;
}

.index_news ul {
  display: inline-block;
  width: 100%;
}

.index_news ul li {
  width: 29.3%;
  margin-left: 6%;
  float: left;
  transition: all ease 0.36s;
  overflow: hidden; position: relative;
}

.index_news ul li:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.index_news ul li .line {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #f4001b;
  display: block;transition: all ease 0.36s;
}
.index_news ul li:hover .line {
   width: 100%;transition: all ease 0.36s;
}


.index_news ul li:first-child {
  width: 29.3%;
  margin-left: 0;
  float: left;
}

.index_news ul li em {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 24px;
  padding-top: 30px;
}

.index_news ul li img {
  display: block;
  width: 100%;
  height: 240px;
}

.index_news .news_txt {
  border: #ddd solid 1px;
  background-color: #f9f9f9;
  padding: 30px;
  height: 240px;
  box-sizing: border-box;
}

.index_news ul li h3 {
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  height: 55px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_news ul li p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news ul li:hover{ transform: translateY(-5px); transition: all ease 0.36s;}




@media (max-width: 1660px) {
  .xin_t2_1 .item {
  width: 16vw;}
.xin_t2_1 .item { height: 29vw;}
.index_t .left_1 h3 {
    font-size: 40px;
    line-height: 40px;}
    .index_t .left_1 h4 {
    padding-top: 2px;
    font-size: 14px;}
    .index_3_body .inBox .inHd ul li {
    height: 66px;
    padding: 12px 0px 12px 20px;}
.index_2_body .tempWrap {
    width: 1200px;
  }
  .index_4_body .slideTxtBox .hd { margin: 46px 0 4px;}
  .index_4_body .slideTxtBox .bd li .date { margin: 6px 0;}
.index_3 {
    height: 700px;
    margin-top: 50px;
}
  .index_2_body .parBd {
    width: 1200px;
    height: 440px;
  }

  .index_2_body .parBd .slideBox {
    display: inline-block;
    width: 1200px;
    position: relative;
  }

  .index_2_body .parBd .slideBox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 1200px;
  }

  .index_2_body .parBd .slideBox ul li {
    display: block;
    width: 380px;
    height: 340px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(248, 248, 248);
    margin-right: 30px;
    float: left;
  }

  .index_2_body .parBd .slideBox ul li b {
    display: block;
    width: 100%;
    height: 228px;
    margin: 0px auto;
    overflow: hidden;
  }
.index_2_body .parBd .slideBox ul li:hover b {
    height: 240px;
}
.index_2_body .parBd .slideBox ul li:hover {
    height: 340px;}

}







.xin_t6 {
  width: 100%;
  position: relative;
  height: 336px;
  overflow: hidden;
  background-color: #0c1017;
  z-index: 3;
  background: url(../images/bottom_bg.jpg) center center no-repeat;
}

.xin_t6_1 {
  height: 286px;

}

.xin_t6_1 ul {
  display: inline-block;
  float: right;
  width: 70%;
  height: 286px;
  /* border-bottom: 1px solid rgb(76, 76, 76); */
}

.xin_t6_1 ul li {
  float: left;
  margin-right: 5%;
}

.xin_t6_1 ul li h3 {
  padding-top: 60px;
  padding-bottom: 16px;
  clear: left;
}

.xin_t6_1 ul li h3 a {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 18px; font-weight: bold;
}

.xin_t6_1 ul .li5 h3 {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.xin_t6_1 ul li .a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding-top: 14px;
}

.xin_t6_1 ul li .a:hover {
  color: #f4001b;
}

.xin_t6_1 ul li.li2 .a {
  display: block;
  width: 94px;
}

.xin_t6_1 ul li.li2 .lc {
  width: 94px;
  float: left;
}

.xin_t6_1 ul li.li2 .lc .h3 {
  height: 18px;
}

.xin_t6_1 .bottom_logo {
  float: left;
  padding-top: 80px;
  text-align: center;
  padding: 2%;
  width: 17%;
  background-color: #fff;
  /* height: 100%; */
  height: 310px;

}

.xin_t6_1 .bottom_logo img {
  display: inline-block;
  padding-bottom: 10px;

}

.xin_t6_1 .bottom_logo h4 {
  font-style: 18px;
  line-height: 30px;
  font-weight: bold;
  padding: 0px 0 24px;
}

.xin_t6_1 .bottom_logo span {
  font-style: 16px; display: block;
  line-height: 16px; padding-bottom:10px;

}

.xin_t6_1 .bottom_logo p {
  display: inline-block;
  font-size: 22px;
  color: rgb(0, 0, 0);
  line-height: 30px;
  font-family: "Arial";
  padding: 8px 0 0px;

}

/* 底部二维码 */
.xin_t6 .ewm {
  float: right;
  display: block;
  margin-top: 6%;
}

.xin_t6 .ewm .img {
  float: left;
  display: block;
  width: 150px;
  height: 150px;
  background: #999;
  margin-left: 18px;
  text-align: center;
}

.xin_t6 .ewm .img img {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #fff;
}

.xin_t6 .ewm span {
  display: block;
  font-size: 15px;
  color: rgb(51, 51, 51);
  line-height: 16px;
  padding-top: 20px;
}

.xin_t6_2 {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #999; text-align:left;
}
.xin_bottom{ border-top: #999 solid 1px;display: inline-block;float: right;
width: 72%; }

.xin_t6_2 a {
  line-height: 50px;
  font-size: 12px;
  color: #999;
  display: inline-block;
}

.xin_t6_2 a:hover {
  color:#f4001b;
}


@media (max-width: 1660px) {
.xin_t6_1 ul li {
  margin-right: 4%;
}
.xin_t6_1 .bottom_logo p {
    display: inline-block;
    font-size: 26px;}
    .xin_t6_1 .bottom_logo {
    padding: 3% 2%;
    width: 16%;}

.xin_bottom {
    width: 76%;}

}


/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
}
.rightFix a {
  width: 65px;
  height: auto;
  background: #f4001b;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}
.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}
.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #f4001b;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}
.rightFix .img p {
  padding-top: 5px;
}
.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}
.rightFix .img img {
  width: 110px;
  height: 110px;
}
.rightFix a span {
  width: 200px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  top: 0;
  background: #f4001b;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
  background-color: #f4001b;
  overflow: visible;
}
.rightFix a:hover h3 {
  color: #fff;
}
.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -210px;
}
.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}
.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}
.rightFix .mess .ico {
  background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}
.rightFix .fix_top .ico {
  background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #f4001b;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #f4001b;
  *line-height: 43px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}


/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
  .about_2_main .develop_box {
    padding: 0 6%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* 响应1200屏幕 */
@media (max-width: 1660px) {
  .header_main .email .member {
    display: none;
  }
  .header_main .nav_main {padding-left:5%;}
  .header_main .nav_main .item{padding:0 22px;}
  .header_main .nav .sub-box{left:10px;}
  .header_main .nav li:nth-child(9) .sub-box{left:auto;right:10px;}

  .index_main .section1 .index_banner .item .inner .block_txt{width:1000px;margin-left:-500px;}
 
}
@media (max-width: 1400px) {
  .header_main .nav_main .item{padding:0 18px;}
  
.header_main { left: 9%;}


}

/*# sourceMappingURL=index.css.map */
